a11y: Set an accessible role for GtkTextView
authorMatthias Clasen <mclasen@redhat.com>
Wed, 29 Jul 2020 22:18:04 +0000 (18:18 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 30 Jul 2020 02:46:00 +0000 (22:46 -0400)
commitc68fe1053aa7009161a5a2f1a137ff81693e9c47
treeea542662e7bcf6890276092329910f21ffb33d64
parent9722bb4d9e6508ebbaf4d237e5580a7209db31f4
a11y: Set an accessible role for GtkTextView

Use the text-box accessible role for GtkTextView
and set properties as appropriate.

Update the documentation and add a test.
docs/reference/gtk/section-accessibility.md
gtk/gtktextview.c
testsuite/a11y/meson.build
testsuite/a11y/textview.c [new file with mode: 0644]